Content Library Subscriptions UpdateSpec
The Content Library Subscriptions UpdateSpec schema defines information required to update the subscription.
This schema was added in vSphere API 6.7.2.
{
"subscribed_library_vcenter": {
"hostname": "string",
"https_port": 0
},
"subscribed_library_placement": {
"folder": "string",
"cluster": "string",
"resource_pool": "string",
"host": "string",
"network": "string"
}
}
Specification for the subscribed library's vCenter Server instance.
This property was added in vSphere API 6.7.2.
If missing or null
, the value is unchanged.
Placement specification for the virtual machine template items of the subscribed library. Updating this information will only affect new or updated items, existing items will not be moved. The entire placement configuration of the subscribed library will replaced by the new specification.
This property was added in vSphere API 6.7.2.
If missing or null
, the placement configuration of the subscribed library will be unchanged.